Vcenter NamespaceManagement Supervisors Summary ListItem
The Vcenter NamespaceManagement Supervisors Summary ListItem schema contains information about a Supervisor returned by GET /vcenter/namespace-management/supervisors/summaries operation
This schema was added in vSphere API 8.0.0.1.
{
"supervisor": "string",
"info": {
"name": "string",
"stats": {
"cpu_used": 0,
"cpu_capacity": 0,
"memory_used": 0,
"memory_capacity": 0,
"storage_used": 0,
"storage_capacity": 0
},
"config_status": "string",
"kubernetes_status": "string"
}
}
The immutable identifier of the Supervisor generated during enablement.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor
.
The current state of the Supervisor.
This property was added in vSphere API 8.0.0.1.